Class sjl.wrappers.FuncModulusFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncModulusFloat

java.lang.Object
   |
   +----sjl.wrappers.FuncModulusFloat

public class FuncModulusFloat
extends Object
implements Function2
FuncModulusFloat is a function object designed for creating a new object of type Float based on the two argument objects and the % operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncModulusFloat()

Method Index

 o perform(Object, Object)
Convert the arguments to Float and use the return values from the floatValue() method with the % operator to create a new Float which is returned.

Constructors

 o FuncModulusFloat
  public FuncModulusFloat()

Methods

 o perform
  public Object perform(Object o1,
                        Object o2)
Convert the arguments to Float and use the return values from the floatValue() method with the % operator to create a new Float which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index